home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1998 December / cd joystick no99 decembre 1998.iso / Data / WIN95 / JEUX / GinRummyProEval.EXE / %MAINDIR% / GinRummy.exe / 0 / RCDATA / TFRMCHANGEGAME / TFRMCHANGEGAME.txt < prev   
Encoding:
Text File  |  1998-10-29  |  6.4 KB  |  317 lines

  1. object frmChangeGame: TfrmChangeGame
  2.   Left = 144
  3.   Top = 50
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'frmChangeGame'
  7.   ClientHeight = 288
  8.   ClientWidth = 393
  9.   Color = 14596451
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object buttonCancel: TButton
  22.     Left = 281
  23.     Top = 256
  24.     Width = 104
  25.     Height = 27
  26.     Cursor = crHandPoint
  27.     Caption = 'Cancel'
  28.     TabOrder = 1
  29.     OnClick = buttonCancelClick
  30.   end
  31.   object buttonOK: TButton
  32.     Left = 9
  33.     Top = 256
  34.     Width = 266
  35.     Height = 27
  36.     Cursor = crHandPoint
  37.     Caption = 'OK'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -16
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     TabOrder = 0
  45.     OnClick = buttonOKClick
  46.   end
  47.   object groupBoxTypeJeu: TGroupBox
  48.     Left = 10
  49.     Top = 76
  50.     Width = 141
  51.     Height = 91
  52.     Caption = 'Type de jeu '
  53.     TabOrder = 4
  54.     object rbGinObligatoire: TRadioButton
  55.       Left = 10
  56.       Top = 19
  57.       Width = 130
  58.       Height = 21
  59.       Caption = 'Gin obligatoire'
  60.       TabOrder = 2
  61.       OnClick = rbGinObligatoireClick
  62.     end
  63.     object rbOklahoma: TRadioButton
  64.       Left = 10
  65.       Top = 41
  66.       Width = 130
  67.       Height = 21
  68.       Caption = 'Oklahoma'
  69.       Checked = True
  70.       TabOrder = 1
  71.       TabStop = True
  72.       OnClick = rbOklahomaClick
  73.     end
  74.     object rbmaxknock10: TRadioButton
  75.       Left = 10
  76.       Top = 65
  77.       Width = 130
  78.       Height = 21
  79.       Caption = 'Knock = 10'
  80.       TabOrder = 0
  81.       OnClick = rbmaxknock10Click
  82.     end
  83.   end
  84.   object groupBoxOklahoma: TGroupBox
  85.     Left = 8
  86.     Top = 174
  87.     Width = 377
  88.     Height = 43
  89.     Caption = 'Si l'#39'Upcard est l'#39'As : '
  90.     TabOrder = 3
  91.     object rbAceGin: TRadioButton
  92.       Left = 50
  93.       Top = 17
  94.       Width = 131
  95.       Height = 21
  96.       Caption = 'Gin obligatoire'
  97.       TabOrder = 1
  98.     end
  99.     object rbAceUn: TRadioButton
  100.       Left = 212
  101.       Top = 17
  102.       Width = 137
  103.       Height = 21
  104.       Caption = 'Knock = 1'
  105.       Checked = True
  106.       TabOrder = 0
  107.       TabStop = True
  108.     end
  109.   end
  110.   object groupBoxNbPoints: TGroupBox
  111.     Left = 160
  112.     Top = 76
  113.     Width = 225
  114.     Height = 91
  115.     Caption = 'Nombre de points ∩┐╜ faire '
  116.     TabOrder = 2
  117.     object rbpoints1: TRadioButton
  118.       Left = 10
  119.       Top = 17
  120.       Width = 53
  121.       Height = 21
  122.       Caption = '100'
  123.       TabOrder = 7
  124.       OnClick = rbpoints1Click
  125.     end
  126.     object rbpoints2: TRadioButton
  127.       Left = 10
  128.       Top = 41
  129.       Width = 53
  130.       Height = 21
  131.       Caption = '150'
  132.       Checked = True
  133.       TabOrder = 6
  134.       TabStop = True
  135.       OnClick = rbpoints2Click
  136.     end
  137.     object rbpoints3: TRadioButton
  138.       Left = 10
  139.       Top = 65
  140.       Width = 53
  141.       Height = 21
  142.       Caption = '200'
  143.       TabOrder = 5
  144.       OnClick = rbpoints3Click
  145.     end
  146.     object rbpoints4: TRadioButton
  147.       Left = 86
  148.       Top = 17
  149.       Width = 53
  150.       Height = 21
  151.       Caption = '250'
  152.       TabOrder = 4
  153.       OnClick = rbpoints4Click
  154.     end
  155.     object rbpoints5: TRadioButton
  156.       Left = 86
  157.       Top = 41
  158.       Width = 53
  159.       Height = 21
  160.       Caption = '300'
  161.       TabOrder = 3
  162.       OnClick = rbpoints5Click
  163.     end
  164.     object rbPoints6: TRadioButton
  165.       Left = 86
  166.       Top = 65
  167.       Width = 53
  168.       Height = 21
  169.       Caption = '350'
  170.       TabOrder = 2
  171.       OnClick = rbPoints6Click
  172.     end
  173.     object rbPoints7: TRadioButton
  174.       Left = 168
  175.       Top = 17
  176.       Width = 53
  177.       Height = 21
  178.       Caption = '500'
  179.       TabOrder = 1
  180.       OnClick = rbPoints7Click
  181.     end
  182.     object rbPoints8: TRadioButton
  183.       Left = 168
  184.       Top = 41
  185.       Width = 53
  186.       Height = 21
  187.       Caption = '750'
  188.       TabOrder = 0
  189.       OnClick = rbPoints8Click
  190.     end
  191.     object rbPoints9: TRadioButton
  192.       Left = 168
  193.       Top = 65
  194.       Width = 53
  195.       Height = 21
  196.       Caption = '1000'
  197.       TabOrder = 8
  198.       OnClick = rbPoints9Click
  199.     end
  200.   end
  201.   object panelYourName: TPanel
  202.     Left = 10
  203.     Top = 10
  204.     Width = 163
  205.     Height = 25
  206.     Caption = 'Votre nom :'
  207.     Color = clAqua
  208.     Font.Charset = DEFAULT_CHARSET
  209.     Font.Color = clWindowText
  210.     Font.Height = -16
  211.     Font.Name = 'MS Sans Serif'
  212.     Font.Style = []
  213.     ParentFont = False
  214.     TabOrder = 5
  215.   end
  216.   object editYourName: TEdit
  217.     Left = 8
  218.     Top = 42
  219.     Width = 165
  220.     Height = 21
  221.     TabStop = False
  222.     MaxLength = 10
  223.     TabOrder = 6
  224.     OnDblClick = editYourNameDblClick
  225.     OnKeyPress = editYourNameKeyPress
  226.   end
  227.   object groupBoxNiveauJeu: TGroupBox
  228.     Left = 182
  229.     Top = 4
  230.     Width = 203
  231.     Height = 65
  232.     Caption = 'Niveau de jeu'
  233.     TabOrder = 7
  234.     object rbDebutant: TRadioButton
  235.       Left = 8
  236.       Top = 15
  237.       Width = 90
  238.       Height = 21
  239.       Caption = 'D∩┐╜butant'
  240.       TabOrder = 2
  241.       OnClick = rbDebutantClick
  242.     end
  243.     object rbAdvanced: TRadioButton
  244.       Left = 106
  245.       Top = 15
  246.       Width = 90
  247.       Height = 21
  248.       Caption = 'Avanc∩┐╜'
  249.       TabOrder = 1
  250.       OnClick = rbAdvancedClick
  251.     end
  252.     object rbAmateur: TRadioButton
  253.       Left = 8
  254.       Top = 39
  255.       Width = 90
  256.       Height = 21
  257.       Caption = 'Amateur'
  258.       Checked = True
  259.       TabOrder = 0
  260.       TabStop = True
  261.       OnClick = rbAmateurClick
  262.     end
  263.     object rbExpert: TRadioButton
  264.       Left = 106
  265.       Top = 39
  266.       Width = 90
  267.       Height = 21
  268.       Caption = 'Expert'
  269.       TabOrder = 3
  270.       OnClick = rbExpertClick
  271.     end
  272.   end
  273.   object panelTitreHighScore: TPanel
  274.     Left = 8
  275.     Top = 224
  276.     Width = 127
  277.     Height = 25
  278.     Caption = 'highscore'
  279.     Color = clAqua
  280.     Font.Charset = DEFAULT_CHARSET
  281.     Font.Color = clWindowText
  282.     Font.Height = -16
  283.     Font.Name = 'MS Sans Serif'
  284.     Font.Style = []
  285.     ParentFont = False
  286.     TabOrder = 8
  287.   end
  288.   object panelNomHighScore: TPanel
  289.     Left = 140
  290.     Top = 224
  291.     Width = 163
  292.     Height = 25
  293.     Color = clAqua
  294.     Font.Charset = DEFAULT_CHARSET
  295.     Font.Color = clWindowText
  296.     Font.Height = -16
  297.     Font.Name = 'MS Sans Serif'
  298.     Font.Style = []
  299.     ParentFont = False
  300.     TabOrder = 9
  301.   end
  302.   object panelValeurHighScore: TPanel
  303.     Left = 306
  304.     Top = 224
  305.     Width = 79
  306.     Height = 25
  307.     Color = clAqua
  308.     Font.Charset = DEFAULT_CHARSET
  309.     Font.Color = clWindowText
  310.     Font.Height = -16
  311.     Font.Name = 'MS Sans Serif'
  312.     Font.Style = []
  313.     ParentFont = False
  314.     TabOrder = 10
  315.   end
  316. end
  317.